package com.tdd;

interface Operation {

	void operate(NeverEndingStackOParameters values);

}